home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
tr.dir
/
00014_InitGameObject.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-18
|
251 b
|
9 lines
on InitGameObject
global gTRGameObj, gTRInitialPopCount
set gTRGameObj to birth(script "GameParentObject")
mSetInited(gTRGameObj, 1)
mResetCatagories(gTRGameObj)
mSetPopCount(gTRGameObj, gTRInitialPopCount)
mSetWhosTurn(gTRGameObj, 1)
end